home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / ScreenSaver / Twist 1.0.sit / Twist 1.0 / Library Source / GoToWebPage.h / GoToWebPage.h
Encoding:
Text File  |  1996-08-06  |  306 b   |  8 lines  |  [TEXT/CWIE]

  1. /* GoToWebPage.h
  2.  * Launch a browser and go to a given URL
  3.  * Copyright ©1996 Michael D. Crawford.  All Rights Reserved.
  4.  * You may use this code on the condition that you read the following web page:
  5.  * http://www.scruznet.com/~crawford/WordServices/wdsvindex.html
  6.  */
  7.  
  8. OSErr GoToWebPage( StringPtr url );